home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19950929-19951130 / 000181_news@columbia.edu_Sun Oct 22 23:34:07 1995.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Received: from apakabar.cc.columbia.edu by watsun.cc.columbia.edu with SMTP id AA05616
  2.   (5.65c+CU/IDA-1.4.4/HLK for <kermit.misc@watsun.cc.columbia.edu>); Mon, 23 Oct 1995 17:06:28 -0400
  3. Received: by apakabar.cc.columbia.edu id AA23089
  4.   (5.65c+CU/IDA-1.4.4/HLK for kermit.misc@watsun); Mon, 23 Oct 1995 17:06:26 -0400
  5. Path: news.columbia.edu!sol.ctr.columbia.edu!news.uoregon.edu!vixen.cso.uiuc.edu!howland.reston.ans.net!nntp.crl.com!decwrl!amd!netcomsv!uu4news.netcom.com!netcomsv!uu3news.netcom.com!ix.netcom.com!netnews
  6. From: adldata@ix.netcom.com (David Pollack )
  7. Newsgroups: comp.protocols.kermit.misc
  8. Subject: Extracting path name of kermit take or init file
  9. Date: 22 Oct 1995 23:34:07 GMT
  10. Organization: Netcom
  11. Lines: 24
  12. Message-Id: <46ekdf$bsv@ixnews5.ix.netcom.com>
  13. Nntp-Posting-Host: ix-wp2-10.ix.netcom.com
  14. X-Netcom-Date: Sun Oct 22  4:34:07 PM PDT 1995
  15. Apparently-To: kermit.misc@watsun.cc.columbia.edu
  16.  
  17. I need to extract the path name from the name of the currently
  18. executing script file. 
  19.  
  20. C-kermit command files, kept in users current directory, are invoked
  21. with 'take filname.ext'. The same scripts work on both the DEC VMS
  22. and
  23. unix (aix, osf) platforms. With multiple users and machines, I want to
  24. keep all take files on a machine in the same directory as the init file
  25. so that i can get the path name into a macro and invoke them with the
  26. form 'take \m(pname)flename.tak'. 
  27.  
  28. I can use \v(cmdfile) to get the currently executing file name but how
  29. can i get the pathname without first pulling the platform type and
  30. parseing the filename string to get it. I am using 5A-190.
  31.  
  32. Also:
  33. How compatible are C-kermit scripts with intel platform kermit. Is
  34. anything documented on script compatibility with kermit on DOS, Windows
  35. NT, and OS/2
  36.  
  37. Thank you
  38.  
  39. Sol Gongola 
  40. ADL Data Systems Inc.
  41. adldata@ix.netcom.com